Goto

Collaborating Authors

 tensorflow gpu


TensorFlow GPU on Mac

#artificialintelligence

To enable GPU usage on Mac, TensorFlow currently only supports python versions 3.8.x Check out the below post on how to manage multiple python versions on your OS safely. Then be sure to install python 3.8.x Now, this might be trivial and you may want to use your GPU always, but believe me it's easy to mess up a python environment. Messing up your system environment might be catastrophic prompting you to completely delete python and re-do your entire setup.


What is a GPU? Are GPUs Needed for Deep Learning?

#artificialintelligence

In the age of the intelligent era, more and more innovative concepts emerge daily. One of them is undoubtedly the field of "artificial intelligence." In this case, specifically, "deep learning," a sub-branch of AI, will encounter us when we need to dive deeper into complex problems, and it is used in many areas today. We develop deep learning models to achieve specific tasks, and in some cases, surpass human, repetitive capabilities. In this article, we will explore how the GPU is used for deep learning with code examples.